Kaluga
Toggle table of contents
ios
Target filter
ios
Switch theme
Search in API
Skip to content
Kaluga
architecture
/
com.splendo.kaluga.architecture.navigation
/
[ios]NavigationSpec
/
Browser
/
Type
/
SafariView
Safari
View
ios
data
class
SafariView
(
val
animated
:
Boolean
,
val
completion
:
(
)
->
Unit
?
=
null
)
:
NavigationSpec.Browser.Type
Members
Constructors
Safari
View
Link copied to clipboard
ios
constructor
(
animated
:
Boolean
,
completion
:
(
)
->
Unit
?
=
null
)
Properties
animated
Link copied to clipboard
ios
val
animated
:
Boolean
completion
Link copied to clipboard
ios
val
completion
:
(
)
->
Unit
?